home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FindTaskResList < prev    next >
Text File  |  1990-06-22  |  688b  |  67 lines

  1.  
  2.  
  3.  
  4.      FindTaskResList(31.0)    ARP Prog Manual     FindTaskResList(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FindTaskResList - find a pointer to current task's reslist
  10.  
  11.      SYNOPSIS
  12.       ResList = FindTaskResList()
  13.         D0
  14.  
  15.      FUNCTION
  16.       Returns the most recent ResList for the current task,    if
  17.       any.    If this    task has no ResList (nothing is    being tracked)
  18.       returns NULL.
  19.  
  20.      INPUTS
  21.       None
  22.  
  23.      RESULT
  24.       ResList - Pointer to most recent ResList for your task or
  25.           NULL,    if nothing is being tracked.
  26.  
  27.      ADDITIONAL    CONSIDERATIONS
  28.       This is not normally called by a user    process.
  29.  
  30.      BUGS
  31.       None known.
  32.  
  33.      AUTHOR
  34.       CDH
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.